home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / CALC.DOC < prev    next >
Text File  |  1991-04-30  |  689b  |  18 lines

  1.  
  2. CALC                                      Douglas Boling
  3.  
  4. Purpose:  A pop-up programmers calculator with base conversion, bit shifting,
  5.           logical operator, mod functions, and 32-bit number representation
  6.           that also supports a two-decimal place integer arithmetic
  7.           calculations.
  8.  
  9. Format:   [d:][path]CALC
  10.  
  11. Remarks:  CALC is a memory resident profram that you can load either at the DOS
  12.           command line or as part of an AUTOEXEC.BAT file.
  13.  
  14.           Pressing Alt-S pops up a siz line window for calculations; pressing
  15.           Esc exits the calculator and restores the screen to its previous
  16.           state.  F10 clears the calculator.
  17.  
  18.